home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
Ubuntu 9.10 PL
/
karmelkowy-koliberek-desktop-9.10-i386-PL.iso
/
casper
/
filesystem.squashfs
/
lib
/
cryptsetup
/
checks
/
ext2
next >
Wrap
Text File
|
2009-10-14
|
156b
|
9 lines
#!/bin/sh
if /sbin/e2label $1 2>/dev/null 1>&2; then
exit 0
else
echo " - The device $1 does not contain a valid EXT2 or EXT3 filesystem."
exit 1
fi